DarkBevelColor Function
The currently selected color for drawing dark lines in dividing lines and group boxes.
Syntax
result = DarkBevelColor
Notes
This value is useful when you are using Canvas controls to create custom controls. When drawing controls like dividing Lines and GroupBoxes, use this color for the dark portions of the object (usually the right and bottom sides of the object).
This value can be changed by the user, so you should access this value in the Paint event handler rather than storing the value.
See Also
CMY, DarkTingeColor, FillColor, FrameColor, HighlightColor, HSV, LightBevelColor, LightTingeColor, RGB, TextColor functions; Color data type.